Skip to content

Conversation

@bash
Copy link
Member

@bash bash commented Feb 12, 2025

Tuple<T1, T2, T3, T4, T5, T6, T7, T8> expects the last element to be a tuple itself. The docs say:

TRest: Any generic Tuple object that defines the types of the tuple's remaining components.

Also, the Tuple.Create overload that creates a tuple with 8 elements returns the following type: Tuple<T1,T2,T3,T4,T5,T6,T7,Tuple<T8>>

@bash bash requested review from FreeApophis and Mafii February 12, 2025 11:14
@bash bash enabled auto-merge February 12, 2025 11:15
@bash bash merged commit 61657bc into main Feb 14, 2025
9 checks passed
@bash bash deleted the fix-to-theory-data branch February 14, 2025 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants